home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 16987 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: druid.borland.com!usenet
  2. From: pete@borland.com (Pete Becker)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: BC++5.0 Program doesn't compile (see text)
  5. Date: 13 Apr 1996 01:12:02 GMT
  6. Organization: Borland International
  7. Message-ID: <4kmv12$r1a@druid.borland.com>
  8. References: <4k9e51$fl9@arl-news-svc-5.compuserve.com> <316AA13B.79CF@tdl.com> <craigaDpMLEB.yz@netcom.com> <marnoldDpMz7H.2su@netcom.com> <craigaDpnw9p.649@netcom.com>
  9. NNTP-Posting-Host: pbecker.borland.com
  10. Mime-Version: 1.0
  11. Content-Type: Text/Plain; charset=ISO-8859-1
  12. X-Newsreader: WinVN 0.99.5
  13.  
  14. In article <craigaDpnw9p.649@netcom.com>, craiga@netcom.com says...
  15. >
  16. >marnold@netcom.com (Matt Arnold) writes:
  17. >> 
  18. >>STL doesn't have a string class, it has only container classes.  The 
  19. >>standard C++ library has a string class.  Just a minor point, but could
  20. >>be confusing for beginners reading the group.
  21. >
  22. >Yes.  That is technically true.  However, the standard C++ library's
  23. >string class is located in the ``std'' namespace, which is going to cause
  24. >a good deal of confusion.  That's kind of why I continue to refer to it as
  25. >the STL's string class.
  26.  
  27. Please don't do that. Everything in the C++ Standard Library is in namespace 
  28. std, the parts the come from STL as well as the parts that don't.
  29.  
  30.